home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / mailers / harvey45.zip / SAMPLE.TXT < prev    next >
Text File  |  1992-09-13  |  3KB  |  72 lines

  1. The following are some things I do on my system nightly which some of you might be interested in.
  2.  
  3. // Private Netmail message to ME with System information.  This is what is
  4.    in my BBS.BAT (main system batch file) under nightly maintenance.
  5.  
  6. rem ******** ROBOTICS: System Reporting **************************
  7.  
  8. Echo ██ Incoming mail log...>STATUS.REP
  9. if exist \max\TEXTS\LASTECHO.bbs type \max\TEXTS\LASTECHO.bbs >>STATUS.REP
  10. if not exist \max\TEXTS\LASTECHO.bbs Echo none>>STATUS.REP
  11. if exist \max\TEXTS\LASTECHO.bbs DEL \max\TEXTS\LASTECHO.bbs
  12. echo:>>STATUS.REP
  13. Echo ██ Netmail Costs...>>STATUS.REP
  14. BINKLOG \max\texts\max.log,total>>STATUS.REP
  15. echo:>>STATUS.REP
  16. Echo ██ Memory Status...>>STATUS.REP
  17. \dos\mem /c>>STATUS.REP
  18. echo:>>STATUS.REP
  19. Echo ██ Outbound Directories...>>STATUS.REP
  20. Echo:>>STATUS.REP
  21. Echo ** Local>>STATUS.REP
  22. OUT \max\msg\outmail\>>STATUS.REP
  23. Echo:>>STATUS.REP
  24. Echo ** Points>>STATUS.REP
  25. out c:\max\msg\outmail\00f90072.pnt\>>STATUS.REP
  26. Echo:>>STATUS.REP
  27. Echo ** International>>STATUS.REP
  28. out c:\max\msg\outmail.01f\>>STATUS.REP
  29. echo:>>STATUS.REP
  30. Echo ██ Upload Directory... (shows free disk space)>>STATUS.REP
  31. dir \MAX\FILE\S_UPLOAD\*.*>>STATUS.REP
  32.  
  33. H REPORT.h
  34. del STATUS.REP
  35.  
  36. rem ******** ROBOTICS: TIC File Reporting ************************
  37.  
  38. ticin ticin
  39. if exist ticin.hsg h ticin.h
  40. if exist ticin.hsg del ticin.hsg
  41.  
  42. rem **************************************************************
  43.  
  44. // The following are some useful tools for doing this type of thing...
  45.    Note, I'm using DOS 5 for the memory report, mapmem works with <v5.0...
  46.  
  47. AFM104.ZIP    Automatic File Mover (File Robot - send/receive)
  48. TICIN102.ZIP  TIC attach File Mover (File Robot - simple tic receive only)
  49. OUT.ZIP       Outbound Mail area report
  50. BINKLOG.ZIP   BINKLEY log analyser with cost totals.
  51. CHKDAY.ZIP    Check for day number and exit w/errorlevel
  52.  
  53. These are available on HARVEY support sites...
  54.  
  55. The latest version of HARVEY is available from the following nodes, or on
  56. your favorite SDS site.  HARVEY Support Sites use F/req name of: HARVEY
  57.  
  58.  US       Preston Smith, Colorado Springs, Colorado  1:128/77  2400, HST/DS
  59.  CANADA   Bill Cassidy, Kingston, Ontario     (NEC)  1:249/1   HST/DS
  60.  GERMANY  Peter Kaszanics, Essen, Germany            2:245/8   V32b,V42b
  61.           Peter Kaszanics, Essen, Germany            2:245/100 V32b,V42b
  62.           Peter Kaszanics, Essen, Germany            2:245/104 V32b,V42b
  63.  
  64. Other works by Harvey Parisien, Magic FREQ names for 1:249/1 HST/DS
  65.  
  66.        RAD = dBASE III file compatible, BBS or REMOTE online database
  67.      HLIST = HLIST File List Compiler for files.bbs systems
  68.      OMENU = oMENU the Ultimate disk Menu System
  69.      POINT = PPoint - Professional Point System - easy and automatic
  70.     HARVEY = "Harvey the Robot" automated message mailer *.PKT format
  71.    OFFLINE = The easy to use, QWK offline reader
  72.